body {
  background-color: #f5f5f5;
}

.wrap-index {
  width: 1200px;
  margin: 0 auto;
}

.index-piece {
  margin-top: 24px;
}

.index-piece img {
  display: block;
}

.index-section-title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.index-section-title-int {
  font-size: 14px;
  color: #555;
  font-weight: normal;
}

/* 顶部通知条s */

.top-notice-word {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background: -o-linear-gradient(left, #ff6c00, #a200ff);
  background: -webkit-gradient(linear, left top, right top, from(#ff6c00), to(#a200ff));
  background: linear-gradient(to right, #ff6c00, #a200ff);
  overflow-x: hidden;
}

.top-notice-word .top-notice-word-link {
  color: #ffffff;
}

.top-notice-full-link img {
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* 顶部通知条e */

/* 搜索框s */

.index-searach {
  background-color: #fff;
}

.search-bar {
  padding: 20px 0 27px 0;
}

.index-logo {
  float: left;
  width: 332px;
  padding: 12px 0 0 0;
}

.index-logo-img {
  display: block;
}

.search-con {
  float: left;
}

.search-condition {
  margin: 0 0 4px 0;
  padding-left: 6px;
}

.search-condition-item {
  float: left;
  position: relative;
  margin-right: 30px;
  color: #555;
  cursor: pointer;
}

.search-condition-item:hover,
.search-condition-item.act {
  color: #ff4e00;
}

.search-condition-item::after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #f3efec;
  position: absolute;
  top: 3px;
  right: -15px;
  cursor: default;
}

.search-condition-item:last-child::after {
  display: none;
}

.search-frame-input {
  display: block;
  float: left;
  width: 486px;
  height: 36px;
  padding-left: 10px;
  border: 2px solid #ff4e00;
  border-right: 0;
}

.search-frame-btn {
  display: block;
  float: left;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border: 0;
  font-size: 16px;
  color: #fff;
  background: -o-linear-gradient(left, #ff4e00, #ff4e00);
  background: -webkit-gradient(linear, left top, right top, from(#ff4e00), to(#ff4e00));
  background: linear-gradient(to right, #ff4e00, #ff4e00);
  cursor: pointer;
}

.search-entry {
  float: right;
  margin-top: 21px;
}

.search-entry-btn {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin-left: 9px;
  color: #555;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  text-align: center;
}

.index-nav-category {
  float: left;
  width: 184px;
  height: 36px;
  line-height: 36px;
  padding-left: 16px;
  background: -o-linear-gradient(left, #ff4e00, #ff4e00);
  background: -webkit-gradient(linear, left top, right top, from(#ff4e00), to(#ff4e00));
  background: linear-gradient(to right, #ff4e00, #ff4e00);
  font-size: 16px;
  color: #fff;
}

.index-nav-category .iconfont {
  font-size: 16px;
  color: #fff;
  margin-right: 7px;
}

.index-nav-list {
  float: left;
  padding-left: 28px;
}

.index-nav-item {
  float: left;
  padding: 0 32px;
  font-size: 16px;
  color: #333;
  line-height: 36px;
  position: relative;
}

.index-nav-redpoint::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #ff3333;
  position: absolute;
  top: 7px;
  right: 20px;
}

/* 搜索框e */

/* 悬浮搜索s */

.index-float-search {
  width: 100%;
  height: 48px;
  background-color: #fff;
  -webkit-box-shadow: 2px 3px 6px 0px rgba(238, 238, 238, 0.8);
  box-shadow: 2px 3px 6px 0px rgba(238, 238, 238, 0.8);
  text-align: center;
  position: fixed;
  top: -54px;
  z-index: 3;
  -webkit-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  transition: top 0.2s linear;
}

.index-float-search-show {
  top: 0;
}

.index-float-logo {
  display: inline-block;
  margin-right: 135px;
  padding-top: 8px;
}

.index-float-logo-img {
  height: 32px;
}

.index-float-sbox {
  display: inline-block;
  width: 700px;
  height: 34px;
  margin-top: 7px;
}

.index-float-sbox-l {
  float: left;
  width: 620px;
  height: 34px;
  border: 2px solid #ff4e00;
  border-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index-float-condition {
  float: left;
  width: 70px;
  height: 30px;
  line-height: 30px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  position: relative;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.index-float-condition-auto {
  height: auto;
}

.index-float-condition .iconfont {
  font-size: 14px;
  color: #999;
  position: absolute;
  top: 0;
  right: 12px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.index-float-condition-auto .iconfont {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index-float-condition-item {
  padding-left: 14px;
  background-color: #f9f9f9;
}

.index-float-condition-item:last-of-type {
  border-bottom: 1px solid #eee;
}

.index-float-condition-item:hover {
  color: #ff4e00;
}

.index-float-input {
  float: left;
  display: block;
  width: 534px;
  height: 30px;
  padding-left: 10px;
  border: 0;
}

.index-float-btn {
  display: block;
  float: left;
  width: 80px;
  height: 34px;
  line-height: 34px;
  border: 0;
  font-size: 16px;
  color: #fff;
  background: -o-linear-gradient(left, #ff4e00, #ff4e00);
  background: -webkit-gradient(linear, left top, right top, from(#ff4e00), to(#ff4e00));
  background: linear-gradient(to right, #ff4e00, #ff4e00);
  cursor: pointer;
}

/* 悬浮搜索e */

/* 轮播、产品分类、用户信息s */

.index-banner {
  border-top: 1px solid #ff4e00;

  position: relative;
  width: 1200px;
  margin:0 auto;
}

.swiper-banner {
  height: 528px;
  text-align: center;
}

.swiper-banner .swiper-slide {
  font-size: 0;
}

.index-banner-link {
  display: inline-block;
  width: 780px;
}

.index-banner-img {
  width: 780px;
  height: 528px;
}

.swiper-ctrl-wrap {
  display: inline-block;
  width: 780px;
  height: 528px;
  padding: 0 220px 0 200px;
  position: relative;
  top: -528px;
}

.swiper-banner-pagination {
  width: 780px;
  text-align: center;
  position: absolute;
  bottom: 16px;
}

.swiper-banner-pagination .swiper-banner-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  cursor: pointer;
}

.swiper-banner-pagination .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1);
}

.swiper-banner-btn {
  width: 34px;
  height: 52px;
  line-height: 52px;
  position: absolute;
  top: 238px;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: 1;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  transition: all linear 0.1s;
}

.swiper-banner-btn .iconfont {
  font-size: 24px;
  color: #fff;
}

.swiper-banner:hover .swiper-banner-btn {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.swiper-banner .swiper-banner-btn:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.swiper-banner-prev {
  left: 50%;
  margin-left: -400px;
}

.swiper-banner-next {
  right: 50%;
  margin-right: -380px;
}

.index-bcon {
  overflow: hidden;
}

.index-category {
  width: 200px;
  height: 570px;
  padding-top: 12px;
  background-color: #fff;
  z-index: 2;
  float: left;
  position: relative;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index-category-item {
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
}

.index-category-item-link {
  color: #333;
  margin-right: 5px;
}

.index-category-item:hover {
  background-color: #ffece0;
}

.index-category-item:hover .index-category-item-link {
  color: #555;
}

.index-category-item:hover .index-category-item-link:hover {
  color: #ff4e00;
}

.index-category-item .iconfont {
  margin-right: 7px;
  font-size: 14px;
  color: #999;
}

.index-category-detail {
  display: none;
  width: 780px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 200px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.6);
}

.index-category-item:hover .index-category-detail {
  display: block;
}

.index-category-detail-l {
  float: left;
  padding-top: 16px;
  border-right: 1px solid #f3efec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index-category-detail-item {
  line-height: 2;
  margin-bottom: 8px;
}

.index-cdetail-title {
  float: left;
  width: 110px;
  margin-right: 30px;
  color: #333;
  text-align: right;
}

.index-cdetail-list {
  float: left;
  width: 639px;
  padding-right: 20px;
}

.index-cdetail-list a {
  float: left;
  color: #777;
  margin-right: 20px;
  position: relative;
}

.index-cdetail-list a:hover {
  color: #ff4e00;
}

.index-cdetail-list a::after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #ccc;
  position: absolute;
  top: 6px;
  right: -10px;
}

.index-cdetail-list a:last-child::after {
  display: none;
}

.index-category-detail-r {
  float: left;
  width: 199px;
}

.index-cdetail-big {
  display: block;
  height: 176px;
  text-align: center;
}

.index-cdetail-img {
  display: block;
  margin: 0 auto;
  padding: 20px 0 5px 0;
}

.index-cdetail-name {
  display: inline-block;
  line-height: 1;
  padding: 4px 10px;
  color: #ff4e00;
  border: 1px solid #ff4e00;
}

.index-info {
  width: 220px;
  height: 528px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.index-info-user {
  padding: 31px 0;
  text-align: center;
}

.index-info-pic {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 52px;
  margin: 0 auto;
}

.index-info-int {
  color: #333;
  margin: 17px 0;
}

.index-info-ctrl {
  text-align: center;
}

.index-info-btn1 {
  display: inline-block;
  width: 88px;
  height: 30px;
  line-height: 30px;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  background: -o-linear-gradient(left, #ff4e00, #ff4e00);
  background: -webkit-gradient(linear, left top, right top, from(#ff4e00), to(#ff4e00));
  background: linear-gradient(to right, #ff4e00, #ff4e00);
  text-align: center;
}

.index-info-btn1:hover {
  color: #fff;
}

.index-info-btn2 {
  display: inline-block;
  width: 86px;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  margin-left: 5px;
  border: 1px solid #ff4e00;
  font-size: 14px;
  color: #ff4e00;
  background-color: #fff;
  text-align: center;
}

.index-info-btn2:hover {
  color: #ff4e00;
}

.index-info-list {
  border-top: 1px solid #f3efec;
}

.index-info-item {
  float: left;
  height: 88px;
  border-right: 1px solid #f3efec;
  border-bottom: 1px solid #f3efec;
  overflow: hidden;
}

.index-info-item1,
.index-info-item4 {
  width: 72px;
}

.index-info-item2,
.index-info-item5 {
  width: 73px;
}

.index-info-item3,
.index-info-item6 {
  width: 73px;
  border-right: 0;
}

.index-info-item-con {
  display: block;
  height: 30px;
  color: #555;
  padding-top: 58px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.index-info-item-con:hover {
  -webkit-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  transform: translate(0, -4px);
}

.index-info-item-con1 {
  background-position: 25px 18px;
}

.index-info-item-con2 {
  background-position: -48px 18px;
}

.index-info-item-con3 {
  background-position: -124px 18px;
}

.index-info-item-con4 {
  background-position: -202px 18px;
}

.index-info-item-con5 {
  background-position: -279px 18px;
}

.index-info-item-con6 {
  background-position: -353px 18px;
}

.index-info-purchase {
  padding: 12px 0 0 0;
  text-align: center;
}

/* 轮播、产品分类、用户信息e */

/* 超级品类s */

.index-super {
  height: 312px;
  margin-top: 24px;
  padding: 10px 0 0 10px;
  background: url(../images/super/super-bg.jpg?v=20211212) no-repeat;
}

.index-super-item {
  float: left;
  width: 236px;
  height: 151px;
  background-color: #fff;
  border-right: 1px solid #f3efec;
  border-bottom: 1px solid #f3efec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.index-super-title {
  font-size: 14px;
  color: #fff;
  padding: 95px 0 0 0;
  background-color: transparent;
  border: 0;
}

.index-super-title:hover {
  color: #fff;
}

.index-super-item-name {
  display: inline-block;
  margin: 14px 0 0 20px;
  padding-right: 20px;
  font-size: 16px;
  background: url(../images/super/super-icon.png) no-repeat;
  position: relative;
  z-index: 1;
}

.index-super-item-pic {
  position: absolute;
  right: 30px;
  bottom: 20px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.index-super-item:hover .index-super-item-pic {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.index-super-item1 .index-super-item-name {
  color: #7670ff;
  background-position: right 3px;
}

.index-super-item2 .index-super-item-name {
  color: #39a9be;
  background-position: right -33px;
}

.index-super-item3 .index-super-item-name {
  color: #e8b64a;
  background-position: right -69px;
}

.index-super-item4 .index-super-item-name {
  color: #5280de;
  background-position: right -105px;
}

.index-super-item5 .index-super-item-name {
  color: #b277ca;
  background-position: right -141px;
}

.index-super-item6 .index-super-item-name {
  color: #be7b93;
  background-position: right -177px;
}

.index-super-item7 .index-super-item-name {
  color: #fa6969;
  background-position: right -213px;
}

.index-super-item8 .index-super-item-name {
  color: #8c97b4;
  background-position: right -249px;
}

.index-super-item9 .index-super-item-name {
  color: #46c064;
  background-position: right -285px;
}

.index-super-item4,
.index-super-item9 {
  border-right: 0;
}

.index-super-item5,
.index-super-item6,
.index-super-item7,
.index-super-item8,
.index-super-item9 {
  border-bottom: 0;
}

/* 超级品类e */

/* 热门行业s */

.index-hot {
  margin-top: 42px;
}

.index-hot-list {
  padding-top: 18px;
}

.index-hot-item {
  float: left;
  width: 590px;
  margin: 0 20px 20px 0;
}

.index-hot-item:nth-child(even) {
  margin-right: 0;
}

.index-hot-item:nth-child(11),
.index-hot-item:nth-child(12) {
  margin-bottom: 0;
}

.index-hot-item-l {
  float: left;
  width: 180px;
  height: 320px;
  overflow: hidden;
}

.index-hot-item-l1 {
  background: -o-linear-gradient(top, #3c84ff, #6bc6ff);
  background: -webkit-gradient(linear, left top, left bottom, from(#3c84ff), to(#6bc6ff));
  background: linear-gradient(to bottom, #3c84ff, #6bc6ff);
}

.index-hot-item-l2 {
  background: -o-linear-gradient(top, #7633ff, #778aff);
  background: -webkit-gradient(linear, left top, left bottom, from(#7633ff), to(#778aff));
  background: linear-gradient(to bottom, #7633ff, #778aff);
}

.index-hot-item-l3 {
  background: -o-linear-gradient(top, #3ba8bd, #23c8ce);
  background: -webkit-gradient(linear, left top, left bottom, from(#3ba8bd), to(#23c8ce));
  background: linear-gradient(to bottom, #3ba8bd, #23c8ce);
}

.index-hot-item-l4 {
  background: -o-linear-gradient(top, #e8b64a, #fbd953);
  background: -webkit-gradient(linear, left top, left bottom, from(#e8b64a), to(#fbd953));
  background: linear-gradient(to bottom, #e8b64a, #fbd953);
}

.index-hot-item-l5 {
  background: -o-linear-gradient(top, #8b96b3, #adbcd2);
  background: -webkit-gradient(linear, left top, left bottom, from(#8b96b3), to(#adbcd2));
  background: linear-gradient(to bottom, #8b96b3, #adbcd2);
}

.index-hot-item-l6 {
  background: -o-linear-gradient(top, #be7b93, #e2abbc);
  background: -webkit-gradient(linear, left top, left bottom, from(#be7b93), to(#e2abbc));
  background: linear-gradient(to bottom, #be7b93, #e2abbc);
}

.index-hot-item-l7 {
  background: -o-linear-gradient(top, #ff8929, #ffad2d);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8929), to(#ffad2d));
  background: linear-gradient(to bottom, #ff8929, #ffad2d);
}

.index-hot-item-l8 {
  background: -o-linear-gradient(top, #f44e4e, #ff7f7f);
  background: -webkit-gradient(linear, left top, left bottom, from(#f44e4e), to(#ff7f7f));
  background: linear-gradient(to bottom, #f44e4e, #ff7f7f);
}

.index-hot-item-l9 {
  background: -o-linear-gradient(top, #8a86ff, #a1b3ff);
  background: -webkit-gradient(linear, left top, left bottom, from(#8a86ff), to(#a1b3ff));
  background: linear-gradient(to bottom, #8a86ff, #a1b3ff);
}

.index-hot-item-l10 {
  background: -o-linear-gradient(top, #5ea08b, #74cfb2);
  background: -webkit-gradient(linear, left top, left bottom, from(#5ea08b), to(#74cfb2));
  background: linear-gradient(to bottom, #5ea08b, #74cfb2);
}

.index-hot-item-l11 {
  background: -o-linear-gradient(top, #5280de, #62acff);
  background: -webkit-gradient(linear, left top, left bottom, from(#5280de), to(#62acff));
  background: linear-gradient(to bottom, #5280de, #62acff);
}

.index-hot-item-l12 {
  background: -o-linear-gradient(top, #46be63, #55e177);
  background: -webkit-gradient(linear, left top, left bottom, from(#46be63), to(#55e177));
  background: linear-gradient(to bottom, #46be63, #55e177);
}

.index-hot-ltit {
  width: 124px;
  height: 66px;
  padding: 8px 0 0 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 33px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index-hot-ltit-p1 {
  font-size: 20px;
  font-weight: bold;
}

.index-hot-ltit-p2 {
  font-size: 14px;
}

.index-hot-lpic {
  display: block;
  margin: 22px auto 0 auto;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.index-hot-item-l:hover .index-hot-lpic {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.index-hot-item-r {
  float: left;
  width: 410px;
  background-color: #fff;
}

.index-hot-rt {
  padding: 10px 0;
  border-bottom: 1px solid #f3f0e9;
}

.index-hot-rt-item {
  float: left;
  width: 137px;
  height: 209px;
  text-align: center;
}

.index-hot-rt-item:nth-child(2) {
  background-color: #f7f7f7;
}

.index-hot-rt-item:nth-child(3) {
  width: 136px;
}

.index-hot-rt-item-name {
  font-size: 16px;
  color: #333;
  margin: 18px 0 26px 0;
}

.index-hot-rt-item-pic {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.index-hot-rt-item:hover .index-hot-rt-item-pic {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.index-hot-rb {
  height: 68px;
  padding: 22px 0 0 24px;
}

.index-hot-rb-item {
  float: left;
  width: 75px;
  margin: 0 20px 10px 0;
  color: #333;
}

/* 热门行业e */

/* 优选好商s */

.index-business {
  margin-top: 42px;
}

.index-business-list {
  padding-top: 18px;
}

.index-business-item {
  float: left;
  width: 590px;
  height: 312px;
  margin: 0 20px 20px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(229, 229, 229, 0.6);
  box-shadow: 0px 0px 8px 0px rgba(229, 229, 229, 0.6);
}

.index-business-item:nth-child(even) {
  margin-right: 0;
}

.index-business-item:nth-child(3),
.index-business-item:nth-child(4) {
  margin-bottom: 0;
}

.index-business-top {
  height: 70px;
  padding: 20px 24px 0 24px;
  background-color: #faf9f8;
}

.index-business-top-t {
  margin-bottom: 8px;
}

.index-business-top-name {
  float: left;
  max-width: 450px;
  font-size: 14px;
  color: #333;
}

.index-business-top-btn {
  float: right;
  width: 48px;
  height: 20px;
  line-height: 20px;
  padding-left: 16px;
  border: 1px solid #ff4e00;
  border-radius: 11px;
  color: #ff4e00;
  background-color: #ffece0;
}

.index-business-ti-item {
  float: left;
  margin-right: 40px;
  color: #777;
}

.index-business-ti-from {
  color: #ff8400;
}

.index-business-con {
  padding: 24px 0 0 24px;
}

.index-business-con-item {
  float: left;
  margin-right: 14px;
}

.index-business-con-item img {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.index-business-con-item-l:hover img,
.index-business-con-item-rt:hover img,
.index-business-con-item-rb:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.index-business-con-item-l {
  float: left;
  width: 174px;
  height: 174px;
  margin-right: 6px;
  overflow: hidden;
}

.index-business-con-item-l img {
  display: block;
  width: 174px;
  height: 174px;
}

.index-business-con-item-r {
  float: left;
}

.index-business-con-item-rt,
.index-business-con-item-rb {
  width: 84px;
  height: 84px;
  overflow: hidden;
}

.index-business-con-item-rt {
  margin-bottom: 6px;
}

.index-business-con-item-rt img,
.index-business-con-item-rb img {
  display: block;
  width: 84px;
  height: 84px;
}

/* 优选好商e */

/* 资讯s */

.index-news {
  margin-top: 48px;
  background-color: #fff;
}

.index-news-item {
  float: left;
  width: 370px;
  margin-right: 45px;
  padding: 18px 0 20px 0;
}

.index-news-item:last-child {
  margin-right: 0;
}

.index-news-top {
  margin-bottom: 15px;
}

.index-news-top-title {
  float: left;
  font-size: 18px;
  color: #555;
}

.index-news-top-more {
  float: right;
  color: #777;
  margin-top: 5px;
}

.index-news-first {
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.index-news-first-picbox {
  display: block;
  width: 370px;
  height: 208px;
  overflow: hidden;
}

.index-news-first-pic {
  display: block;
  width: 370px;
  height: 208px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.index-news-first-pic:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.index-news-first-int {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  background: -o-linear-gradient(top, rgba(34, 34, 34, 0), rgba(34, 34, 34, 1));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0)), to(rgba(34, 34, 34, 1)));
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0), rgba(34, 34, 34, 1));
  position: absolute;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}

.index-news-left {
  display: block;
  color: #555;
  margin-bottom: 7px;
}

.index-news-left:last-child {
  margin-bottom: 0;
}

.index-news-sign {
  color: #ff5600;
}

/* 资讯e */

/* 优选好货s */

.index-goods {
  background-color: #fff;
  margin-top: 24px;
}

.index-goods-title {
  height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #f3efec;
}

.index-goods-title .index-section-title {
  height: 50px;
  line-height: 50px;
}

.index-goods-join {
  display: block;
  width: 175px;
  height: 27px;
  margin: 8px 0 0 0;
  background: url(../images/goods-join.png) no-repeat;
}

.index-goods-item {
  float: left;
  width: 240px;
  height: 330px;
  padding: 20px 20px 0 20px;
  border-right: 1px solid #f3efec;
  border-bottom: 1px solid #f3efec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.index-goods-item:nth-child(5n) {
  border-right: 0;
}

.index-goods-item:nth-last-child(-n + 5) {
  border-bottom: 0;
}

.index-goods-pic {
  display: block;
  width: 200px;
  height: 200px;
}

.index-goods-item.index-goods-item-activity {
  float: left;
  width: 240px;
  height: 330px;
}

.index-goods-pic-activity {
  display: block;
  width: 200px;
  height: 290px;
}

.index-goods-name {
  width: 200px;
  height: 42px;
  margin: 9px 0 13px 0;
  font-size: 14px;
  color: #777;
  word-break: break-all;
  overflow: hidden;
}

.index-goods-int {
  width: 200px;
}

.index-goods-price {
  float: left;
  font-size: 22px;
  color: #ff4e00;
}

.index-goods-from {
  float: right;
  color: #999;
  padding-top: 9px;
}

.index-goods-get {
  width: 100%;
  height: 80px;
  color: #fff;
  background-color: #ff4e00;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -80px;
  z-index: 1;
  -webkit-transition: bottom 0.3s linear;
  -o-transition: bottom 0.3s linear;
  transition: bottom 0.3s linear;
}

.index-goods-get-t {
  font-size: 16px;
  width: 86px;
  margin: 0 auto;
  padding: 14px 0 4px 40px;
  background: url(../images/goods-get.png) no-repeat 20px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
}

.index-goods-get-shopname {
  padding: 5px 10px 0 10px;
  opacity: 0.8;
}

.index-goods-item:hover {
  outline: 1px solid #ff4e00;
  border: 0;
}

.index-goods-item:hover .index-goods-get {
  bottom: 0;
}

/* 优选好货e */

/* 友情链接s */

.index-friend {
  margin-top: 24px;
  padding: 0 20px;
  background-color: #fff;
}

.index-friend-nav {
  height: 48px;
  line-height: 48px;
  border-bottom: 2px solid #f3efec;
}

.index-friend-nav-item {
  float: left;
  margin-right: 23px;
  color: #555;
  cursor: pointer;
  position: relative;
}

.index-friend-nav-item.act {
  color: #333;
}

.index-friend-nav-item.act::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ff4e00;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.index-friend-con {
  padding: 17px 0 3px 0;
  overflow: hidden;
}

.index-friend-con a {
  float: left;
  width: 125px;
  margin: 0 20px 14px 0;
  color: #777;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.index-friend-con a:hover {
  color: #ff4e00;
}

/* 友情链接e */

/* 字母分类s */

.index-letter {
  color: #777;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
}

.index-letter a {
  padding: 0 9px;
  margin-right: 9px;
  color: #777;
}

.index-letter a:hover {
  color: #ff5700;
}

.index-letter a:last-child {
  margin-right: 0;
}

/* 字母分类e */

/* 尾部s */

.index-footer {
  background-color: #e9e9e9;
}

.index-footer-l {
  float: left;
}

.index-footer-logo {
  display: block;
  margin: 34px 0;
}

.index-footer-code {
  float: left;
  width: 100px;
  margin-right: 30px;
  color: #555;
  text-align: center;
}

.index-footer-codeimg {
  display: block;
  margin-bottom: 10px;
}

.index-footer-r {
  
}

.index-footer-service {
  padding: 45px 0 10px 0;
}

.index-footer-service dl {
  float: left;
  width: 25%;
}

.index-footer-service dt {
  font-size: 14px;
  color: #555;
  margin-bottom: 25px;
}

.index-footer-service dd {
  font-size: 14px;
  color: #777;
  margin-bottom: 18px;
}

.index-footer-service dd a {
  color: #777;
}

.index-footer-service dd a:hover {
  color: #ff4e00;
}

.index-footer-record {
  border-top: 1px solid #ccc;
  padding: 28px 0 0 0;
}

.index-footer-record-p {
  color: #b5b5b5;
  margin-bottom: 6px;
}

.index-footer-record-p a {
  color: #b5b5b5;
}

.index-footer-icon {
  font-size: 0;
  padding: 14px 0 30px 0;
}

.index-footer-icon-bg {
  display: inline-block;
  height: 30px;
  background: url(../images/common-foot.png) no-repeat;
  margin-right: 6px;
}

.index-footer-icon1 {
  width: 72px;
  background-position: 0 -40px;
}

/* .index-footer-icon1:hover {
	background-position: 0 0;
} */

.index-footer-icon2 {
  width: 86px;
  background-position: -78px -40px;
}

/* .index-footer-icon2:hover {
	background-position: -78px 0;
} */

.index-footer-icon3 {
  width: 72px;
  background-position: -170px -40px;
}

/* .index-footer-icon3:hover {
	background-position: -170px 0;
} */

.index-footer-icon4 {
  width: 72px;
  background-position: -248px -40px;
}

/* .index-footer-icon4:hover {
	background-position: -248px 0;
} */

.index-footer-icon5 {
  width: 170px;
  background-position: -326px -40px;
}

/* .index-footer-icon5:hover {
	background-position: -326px 0;
} */

.index-footer-icon6 {
  width: 110px;
  background-position: -502px -40px;
}

/* .index-footer-icon6:hover {
	background-position: -502px 0;
} */

.index-footer-icon7 {
  width: 80px;
  background-position: -618px -40px;
}

/* .index-footer-icon7:hover {
	background-position: -618px 0;
} */

.index-footer-icon8 {
  width: 110px;
  background-position: -704px -40px;
  margin-right: 0;
}

/* .index-footer-icon8:hover {
	background-position: -704px 0;
} */

/* 尾部e */

/* 左侧栏目导航s */

.index-side-nav {
  position: fixed;
  left: 50%;
  bottom: 10%;
  margin-left: -676px;
  z-index: 1;
}

.index-side-nav-item {
  display: block;
  width: 36px;
  height: 36px;
  color: #555;
  background-color: #fff;
  text-align: center;
  margin-bottom: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index-side-nav-first {
  line-height: 36px;
  color: #fff;
  background-color: rgba(255, 103, 0, 0.8);
}

.index-side-nav-column {
  line-height: 1.2;
  padding-top: 4px;
  cursor: pointer;
}

.index-side-nav-column.act,
.index-side-nav-column:hover {
  background-color: #ff4e00;
  color: #fff;
}

.index-side-nav-totop {
  padding-top: 18px;
  line-height: 1;
  background: #fff url(../images/nav-back.png) no-repeat center 5px;
  color: #ff4e00;
  cursor: pointer;
}

/* 左侧栏目导航e */



/*新增css*/
.switch{
    width:740px;
    margin-top:10px;
}
.no-js .slides > li:first-child {
    display: block;
}
.flexslider {
    margin: 0 auto;
    position: relative;
    width:740px;
    height:330px;
    zoom: 1;
    overflow: hidden;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-viewport ul li .img img{
    width:740px;
    height:330px;
}
.flexslider .slides {
    zoom: 1;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    width: 60px;
    height: 90px;
    margin: -60px 0 0;
    display: block;
    background: url("https://www.mingyou360.com/resources/indexes/imgs/ad_ctr.png") no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}
.flex-direction-nav .flex-prev {
    left: 0;
}
.flexslider:hover .flex-next {
    opacity: 0.8;
    filter:alpha(opacity=25);
}
.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter:alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter:alpha(opacity=50);
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    text-align: center;
    left:0; top:305px;
}
.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    background: url("https://www.mingyou360.com/resources/indexes/imgs/dot.png") no-repeat 0 -16px;
    display:block;
    height: 16px;
    overflow: hidden;
    text-indent:-99em;
    width: 16px;
    cursor: pointer;
}
.flex-control-paging li a.flex-active {
    background-position: 0 0;
}
.flex-viewport ul li .img img{
    width:740px;
    height:330px;
}
.overflow {
    overflow: hidden;
}
.notice{ width:220px;float:right; margin-top:10px;
    height:560px; background: #ffffff;
    overflow: hidden;}
.s-welcome{
    background: #ffffff;
    font-size:14px;
}
.wetitle{
    text-align: center;
    padding-top:23px;
}
.wetitle .head-pic{
    display: block;
    width:60px;
    height:60px;
    margin: 0 auto;
}
.wetitle .head-pic img {
    display: block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.i-l-button a{
    display: block;
    padding:0px 10px;
    width: 80px;
    border:1px solid #FF4e00;
    height:24px;
    line-height:24px;
    font-size:14px;
    color: #FF4e00;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    margin-top:5px;
}
.i-l-button a:hover{
  color: #ff6700;
  border: 1px solid #ff6700;
}
.i-l-button a.i-l-button-login{
    background: #FF4e00;
    color: #ffffff;
    margin:5px 20px 0 20px;
}
.i-l-button a.i-l-button-login:hover{
  background: #ff6700;
}
.i-l-button a.Release_button{
    background: #11a6e4;
    color: #ffffff;
    width:54px;
    clear: both;
    margin:5px auto 0;
}
.vip_list{
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}
.vip_list a{
    float: left;
    width:72px;
    padding:0 0 7px;
    color: #333333;
    font-size:14px;
}
.vip_list .hd_iconfont {
    display: block;
    width:22px;
    height:22px;
    margin:10px auto 3px;
    /*background:url("../imgs/icon.png");*/
}
.vip_list .wdcg .hd_iconfont{
  background-position: 0 0;
}
.vip_list .sc .hd_iconfont{
  background-position: 0 -29px;
}
.vip_list .hhtt .hd_iconfont{
  background-position: 0 -60px;
}
.want-buy .want-title{
    padding:0 10px;
    height:45px;
    line-height:45px;
    border-bottom:1px solid #e5e5e5;
    font-weight:400;
    font-size:14px;
    color: #333333;
}
.Buy-information{
    margin:15px 0;
    height:300px;
    overflow:hidden;
}
.Buy-information ul li{
    height:30px;
    line-height:30px;
    padding:0 10px;
}
.Buy-information ul li a{
    font-size:14px;
    color: #333333;
}
.Buy-information ul li a:hover{
    color: #FF4e00;
}
.Buy-information ul li a .text{
    width:100%;
    height:25px;
    overflow: hidden;
}
.red {color: #ff3333;}